aboutsummaryrefslogtreecommitdiff
path: root/graphics/liblug
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-21 04:02:36 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-21 04:02:36 +0000
commit6464d9f07dd0d5b61dc09299998e84eca2b88c55 (patch)
tree5d9a07a4209a0e59d8e49b9d4b6b450a318acfb6 /graphics/liblug
parenta269a1d7ae832b9b4ae67e2da262c32fa3b07894 (diff)
downloadports-6464d9f07dd0d5b61dc09299998e84eca2b88c55.tar.gz
ports-6464d9f07dd0d5b61dc09299998e84eca2b88c55.zip
Don't define iLinux on Makefile, it require libsvga.
Submitted by: bento No response: maintainer
Notes
Notes: svn path=/head/; revision=40145
Diffstat (limited to 'graphics/liblug')
-rw-r--r--graphics/liblug/files/patch-aa7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/liblug/files/patch-aa b/graphics/liblug/files/patch-aa
index 18ef32f63bf7..746a76bf7411 100644
--- a/graphics/liblug/files/patch-aa
+++ b/graphics/liblug/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.linux Fri Dec 29 20:49:53 2000
-+++ Makefile.linux.new Fri Dec 29 20:50:36 2000
+--- Makefile.linux.orig Fri Oct 14 00:57:43 1994
++++ Makefile.linux Sun Mar 18 08:09:35 2001
@@ -24,12 +24,12 @@
#
# Uncomment next line if you are using other compiler (e.g. gcc)
@@ -70,9 +70,10 @@
#
-VIEWINC = -I/usr/X11/include
-VIEWLIB = -L/usr/X11/lib -lX11
+-VIEWDEF = -DiX11 -DiLINUX
+VIEWINC = -I${X11BASE}/include
+VIEWLIB = -L${X11BASE}/lib -lX11
- VIEWDEF = -DiX11 -DiLINUX
++VIEWDEF = -DiX11
#
# Final includes ( don't touch this ! ).