21 lines
766 B
Plaintext
21 lines
766 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.2 2008/11/18 12:51:40 landry Exp $
|
|
--- src/Makefile.in.orig Fri Jan 25 16:18:06 2008
|
|
+++ src/Makefile.in Tue Nov 18 13:49:12 2008
|
|
@@ -189,7 +189,7 @@ INCLUDES = \
|
|
-DG_DISABLE_DEPRECATED \
|
|
-DGDK_PIXBUF_DISABLE_DEPRECATED \
|
|
-DGDK_DISABLE_DEPRECATED \
|
|
- -DGTK_DISABLE_DEPRECATED -Wpointer-arith \
|
|
+ -Wpointer-arith \
|
|
-Werror-implicit-function-declaration -Wstrict-prototypes -Wall
|
|
|
|
gringotts_SOURCES = \
|
|
@@ -485,7 +485,6 @@ uninstall-am: uninstall-binPROGRAMS
|
|
|
|
install-exec-local:
|
|
strip $(DESTDIR)$(bindir)/gringotts
|
|
- chmod u+s $(DESTDIR)$(bindir)/gringotts
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|