openbsd-ports/sysutils/libgksu/patches/patch-gksu-properties_Makefile_in
ajacoutot 20bede0678 - several cleanups
- do not enforce gcc optimisations
2009-01-19 18:50:10 +00:00

13 lines
566 B
Plaintext

$OpenBSD: patch-gksu-properties_Makefile_in,v 1.1 2009/01/19 18:50:10 ajacoutot Exp $
--- gksu-properties/Makefile.in.orig Mon Jan 19 19:27:37 2009
+++ gksu-properties/Makefile.in Mon Jan 19 19:27:44 2009
@@ -242,7 +242,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-AM_CFLAGS = -g -O2 -Wall
+AM_CFLAGS =
INCLUDES = ${GKSU_PROPERTIES_CFLAGS}
AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" -DDATA_DIR=\"$(datadir)\" -DPREFIX=\"$(prefix)\"
gksu_properties_LDFLAGS = ${GKSU_PROPERTIES_LIBS}