summaryrefslogtreecommitdiffstats
path: root/graphics/liblug
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-03-21 04:02:36 +0000
committervanilla <vanilla@FreeBSD.org>2001-03-21 04:02:36 +0000
commitf3f781f35821a5baa65b80be1d8c1b7e8ac59c0d (patch)
tree5d050177c51518bd018de963a2184df97722ecb9 /graphics/liblug
parent320880fd3da5ac30d0b4d725e9453529102b7670 (diff)
downloadFreeBSD-ports-f3f781f35821a5baa65b80be1d8c1b7e8ac59c0d.zip
FreeBSD-ports-f3f781f35821a5baa65b80be1d8c1b7e8ac59c0d.tar.gz
Don't define iLinux on Makefile, it require libsvga.
Submitted by: bento No response: maintainer
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 18ef32f..746a76b 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 ! ).
OpenPOWER on IntegriCloud