diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-20 05:54:37 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-20 05:54:37 +0000 |
commit | 74464f805004a53b4510cbd25b13fb5d61b57ed8 (patch) | |
tree | 78854985b437fbafe11c88feb3cf5215ba3771d6 /www/amaya/files/patch-ad | |
parent | Change _DISTDIR to ${DISTDIR}/smartdoc not to conflict other distfiles. (diff) |
- Uses shared png and jpeg libs
- Patches to install with right ownership and modes
PR: 25872
Submitted by: tkato@prontomail.ne.jp
Diffstat (limited to '')
-rw-r--r-- | www/amaya/files/patch-ad | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/amaya/files/patch-ad b/www/amaya/files/patch-ad new file mode 100644 index 000000000000..d7e71bdc4241 --- /dev/null +++ b/www/amaya/files/patch-ad @@ -0,0 +1,22 @@ +--- ../Options.in.orig Fri Sep 15 23:24:26 2000 ++++ ../Options.in Sat Mar 17 08:53:21 2001 +@@ -9,7 +9,7 @@ + SHELL = /bin/sh + + CC = @CC@ +-CFLAGS = @CFLAGS@ ++CFLAGS = @CFLAGS@ @CPPFLAGS@ + CPP = @CPP@ + LD = @CC@ + LDFLAGS = @LDFLAGS@ +@@ -24,8 +24,8 @@ + DIFF = @DIFF@ + INSTALL = @INSTALL@ + +-INSTALL_DATA= $(INSTALL) -m 444 +-INSTALL_BIN= $(INSTALL) -m 755 ++INSTALL_DATA=@INSTALL_DATA@ ++INSTALL_BIN=@INSTALL_PROGRAM@ + + CEXTRACT_FLAGS=@CEXTRACT_FLAGS@ + |