diff options
| author | Steve Price <steve@FreeBSD.org> | 1998-11-02 03:45:00 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1998-11-02 03:45:00 +0000 |
| commit | 864b42859e0fe29959f9213c4a2d50331822af49 (patch) | |
| tree | 95d35b9445e28ed2889a8700ecb1bad5d8eb8221 /sysutils/asapm/files/patch-aa | |
| parent | Upgrade to libwww-5.2 (diff) | |
Update to version 2.2.
PR: 8342
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=14287
Diffstat (limited to 'sysutils/asapm/files/patch-aa')
| -rw-r--r-- | sysutils/asapm/files/patch-aa | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/sysutils/asapm/files/patch-aa b/sysutils/asapm/files/patch-aa index a5e31867faab..e1d8a9af0993 100644 --- a/sysutils/asapm/files/patch-aa +++ b/sysutils/asapm/files/patch-aa @@ -1,14 +1,21 @@ ---- Makefile.orig Wed Aug 12 11:37:44 1998 -+++ Makefile Wed Aug 12 11:37:50 1998 -@@ -1,8 +1,8 @@ +--- Makefile.orig Fri Oct 16 10:05:01 1998 ++++ Makefile Fri Oct 16 10:05:57 1998 +@@ -1,14 +1,14 @@ #----------------------------------------------------- # The locations where this program should be installed --INSTALL_X_DIR=/usr/local/bin --OLD_INSTALL_X_DIR=/usr/X11R6/bin --MAN_DIR=/usr/X11R6/man/man1 -+INSTALL_X_DIR=${PREFIX}/bin -+OLD_INSTALL_X_DIR=${PREFIX}/bin +-INSTALL_DIR=/usr/local/bin +-MAN_DIR=/usr/local/man/man1 ++INSTALL_DIR=${PREFIX}/bin +MAN_DIR=${PREFIX}/man/man1 # The location and names of the X11 libraries - LDIR = -L/usr/X11R6/lib +-LDIR = -L/usr/X11R6/lib ++LDIR = -L${PREFIX}/lib + LIBS = -lXpm -lX11 + + # The include path to the X11 files +-C_INCLUDE = -I. -I/usr/X11R6/include ++C_INCLUDE = -I. -I${PREFIX}/include + + #----------------------------------------------------- + CC = gcc |
