diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-02 04:24:57 +0800 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-02 04:24:57 +0800 |
commit | 6303c722792ed2f696b9ee7b18e981062f9cbab4 (patch) | |
tree | 3acfe7cc3d3345515022703c47f4728361d467b5 /games/oonsoo/files | |
parent | ad9065f5eb30de0e710575475b016fc0d4b85982 (diff) | |
download | freebsd-ports-gnome-6303c722792ed2f696b9ee7b18e981062f9cbab4.tar.gz freebsd-ports-gnome-6303c722792ed2f696b9ee7b18e981062f9cbab4.tar.zst freebsd-ports-gnome-6303c722792ed2f696b9ee7b18e981062f9cbab4.zip |
update to 1.2
PR: 16933
Submitted by: maintainer
Diffstat (limited to 'games/oonsoo/files')
-rw-r--r-- | games/oonsoo/files/patch-aa | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/games/oonsoo/files/patch-aa b/games/oonsoo/files/patch-aa index f2c6bcfe823c..13df58eaebee 100644 --- a/games/oonsoo/files/patch-aa +++ b/games/oonsoo/files/patch-aa @@ -1,15 +1,11 @@ ---- Makefile.orig Sat Jan 6 16:14:07 1996 -+++ Makefile Mon Jun 23 21:43:36 1997 -@@ -12,10 +12,10 @@ +--- Makefile.orig Thu Feb 24 03:02:50 2000 ++++ Makefile Thu Feb 24 03:03:06 2000 +@@ -12,7 +12,7 @@ CPPFLAGS=-O -ansi ## System Includes -SYS_INCLUDES = -+SYS_INCLUDE= -I/usr/X11R6/include ++SYS_INCLUDE = -I/usr/X11R6/include ## System Libraries --SYS_LIBS = -L/usr/X11/lib -lX11 -+SYS_LIBS = -L/usr/X11R6/lib -lX11 - - ## Archiver - AR=ar + SYS_LIBS = -L/usr/X11R6/lib -lX11 |