- Don't pass -g and -Werror flags to compiler
- Bump PKGNAME ok todd@
This commit is contained in:
parent
5726224ff5
commit
ce2ded9891
@ -1,7 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2005/03/12 11:54:13 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2005/03/31 23:38:26 alek Exp $
|
||||
|
||||
COMMENT= "g-wrap"
|
||||
DISTNAME= g-wrap-1.3.4
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= gnome databases
|
||||
MASTER_SITES= ${HOMEPAGE}/source/
|
||||
|
||||
|
@ -1,6 +1,15 @@
|
||||
$OpenBSD: patch-g-wrap_Makefile_in,v 1.1.1.1 2005/02/24 01:42:47 todd Exp $
|
||||
--- g-wrap/Makefile.in.orig Thu Nov 7 22:40:46 2002
|
||||
+++ g-wrap/Makefile.in Thu Mar 27 10:24:21 2003
|
||||
$OpenBSD: patch-g-wrap_Makefile_in,v 1.2 2005/03/31 23:38:26 alek Exp $
|
||||
--- g-wrap/Makefile.in.orig Fri Nov 8 05:40:46 2002
|
||||
+++ g-wrap/Makefile.in Thu Mar 31 00:23:50 2005
|
||||
@@ -197,7 +197,7 @@ lib_LTLIBRARIES = \
|
||||
|
||||
|
||||
#AM_CFLAGS = -O2 -g -Wall -Wno-uninitialized -Werror
|
||||
-AM_CFLAGS = -O2 -g -Wall -Werror \
|
||||
+AM_CFLAGS = -O2 -Wall \
|
||||
${GW_GLIB_CFLAGS_ADD} \
|
||||
${GW_GUILE_GTK_CFLAGS_ADD}
|
||||
|
||||
@@ -214,7 +214,7 @@ libgwrap_wct_la_LIBADD = @GUILE_LIBS@
|
||||
|
||||
################## (g-wrap gw-wct) section
|
||||
|
@ -1,6 +1,15 @@
|
||||
$OpenBSD: patch-test_Makefile_in,v 1.1.1.1 2005/02/24 01:42:47 todd Exp $
|
||||
--- test/Makefile.in.orig Thu Nov 7 22:40:48 2002
|
||||
+++ test/Makefile.in Thu Mar 27 09:47:57 2003
|
||||
$OpenBSD: patch-test_Makefile_in,v 1.2 2005/03/31 23:38:26 alek Exp $
|
||||
--- test/Makefile.in.orig Fri Nov 8 05:40:48 2002
|
||||
+++ test/Makefile.in Thu Mar 31 00:22:30 2005
|
||||
@@ -209,7 +209,7 @@ test_link_wct_LDADD = ../g-wrap/libgw-wc
|
||||
|
||||
|
||||
# ===========================================================================
|
||||
-AM_CFLAGS = -O2 -Wall -Wno-uninitialized -Werror -g \
|
||||
+AM_CFLAGS = -O2 -Wall -Wno-uninitialized \
|
||||
-I ${top_srcdir}/g-wrap \
|
||||
${GW_GLIB_CFLAGS_ADD} \
|
||||
${GW_GUILE_GTK_CFLAGS_ADD}
|
||||
@@ -696,6 +696,7 @@ gw-test-enumeration.scm gw-test-enumerat
|
||||
|
||||
# (read-enable 'positions) \
|
||||
|
Loading…
Reference in New Issue
Block a user