aboutsummaryrefslogtreecommitdiff
path: root/x11/docker/files
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-06-05 20:43:07 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-06-05 20:43:07 +0000
commiteb5518047f242ee5f17b407bb244c4a4951aaf0a (patch)
tree8682f41057f0156a3f43f85ee2b7f6b075aea9c8 /x11/docker/files
parentf9bcf6c72044cadaa2a5a445c909cba92506a128 (diff)
Notes
Diffstat (limited to 'x11/docker/files')
-rw-r--r--x11/docker/files/patch-Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/docker/files/patch-Makefile b/x11/docker/files/patch-Makefile
new file mode 100644
index 000000000000..ab9406fa051e
--- /dev/null
+++ b/x11/docker/files/patch-Makefile
@@ -0,0 +1,19 @@
+--- Makefile.orig Wed Nov 20 02:20:49 2002
++++ Makefile Thu Jun 5 13:30:53 2003
+@@ -4,13 +4,12 @@
+ # #
+ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
+
+-# Change this PREFIX to where you want docker to be installed
+-PREFIX=/usr/local
+ # Change this XLIBPATH to point to your X11 development package's installation
+-XLIBPATH=/usr/X11R6/lib
++XLIBPATH=${PREFIX}/lib
++XINC=${PREFIX}/include
+
+ # Sets some flags for stricter compiling
+-CFLAGS=-pedantic -Wall -W -O
++CFLAGS=-Wall -W -I${XINC}
+
+ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
+ # #