aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/fvwm95-i18n
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-06-13 17:43:12 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-06-13 17:43:12 +0000
commit800a34029d3b3d8f4c6d148f8ba14b78ce7e90e5 (patch)
treec133a81fd8ffe12e99277aa247cf4c1cdb7aa7fb /x11-wm/fvwm95-i18n
parent793c74123dabacea56fdbb88447a3f54e9bb9032 (diff)
downloadports-800a34029d3b3d8f4c6d148f8ba14b78ce7e90e5.tar.gz
ports-800a34029d3b3d8f4c6d148f8ba14b78ce7e90e5.zip
Add missing -I to include dir
Notes
Notes: svn path=/head/; revision=6911
Diffstat (limited to 'x11-wm/fvwm95-i18n')
-rw-r--r--x11-wm/fvwm95-i18n/files/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/fvwm95-i18n/files/patch-aa b/x11-wm/fvwm95-i18n/files/patch-aa
index 19ade04157e5..a573f18a6200 100644
--- a/x11-wm/fvwm95-i18n/files/patch-aa
+++ b/x11-wm/fvwm95-i18n/files/patch-aa
@@ -1,5 +1,5 @@
*** modules/FvwmAudio/Makefile.in.orig Tue Sep 10 22:25:33 1996
---- modules/FvwmAudio/Makefile.in Fri Jun 13 21:11:07 1997
+--- modules/FvwmAudio/Makefile.in Fri Jun 13 21:41:10 1997
***************
*** 10,15 ****
--- 10,17 ----
@@ -32,7 +32,7 @@
! EXTRA_DEFINES=-DXPM -DSHAPE -DHAVE_RPLAY
CC=@CC@
-! INCLUDES=-I${top_srcdir}/include ${x_includes} ${includedir}
+! INCLUDES=-I${top_srcdir}/include ${x_includes} -I${includedir}
CFLAGS=${INCLUDES} @CFLAGS@ ${EXTRA_DEFINES}
MAKEDEPEND=@MAKEDEPEND@
INSTALL=@INSTALL@