summaryrefslogtreecommitdiff
path: root/x11-wm/novawm/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/novawm/files/patch-Makefile.in')
-rw-r--r--x11-wm/novawm/files/patch-Makefile.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-wm/novawm/files/patch-Makefile.in b/x11-wm/novawm/files/patch-Makefile.in
new file mode 100644
index 000000000000..b99bf29456d2
--- /dev/null
+++ b/x11-wm/novawm/files/patch-Makefile.in
@@ -0,0 +1,24 @@
+--- src/Makefile.in.orig Wed Jun 5 11:22:00 2002
++++ src/Makefile.in Sun Jun 23 21:09:00 2002
+@@ -73,10 +73,10 @@
+ PACKAGE_PIXMAPS_DIR = @PACKAGE_PIXMAPS_DIR@
+ VERSION = @VERSION@
+
+-INCLUDES = -I/usr/X11R6/include
++INCLUDES = -I${X11BASE}/include
+
+
+-CXXFLAGS = -D_WIN_GNOME_SUPPORT -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes -O2
++CXXFLAGS += -D_WIN_GNOME_SUPPORT -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes
+
+
+ bin_PROGRAMS = novawm
+@@ -84,7 +84,7 @@
+ novawm_SOURCES = main.cpp events.cpp menu.cpp novawm.h winmgr.cpp bar.cpp config.cpp icon_close.xpm icon_hide.xpm icon_stretch.xpm
+
+
+-novawm_LDFLAGS = -L/usr/X11R6/lib
++novawm_LDFLAGS = -L${X11BASE}/lib
+
+
+ novawm_LDADD = -lX11 -lXpm