diff options
author | kris <kris@FreeBSD.org> | 2000-04-30 16:14:04 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-04-30 16:14:04 +0800 |
commit | 9b7cb465c52d3c70106d95d88ba3c78d387263e6 (patch) | |
tree | 2da1b3f7dee8c7bb8e60f087e68c8a97328ea20e /security/keynote/files | |
parent | 0865aae442b13efdb8ef4880ebae096da2fa62b1 (diff) | |
download | freebsd-ports-gnome-9b7cb465c52d3c70106d95d88ba3c78d387263e6.tar.gz freebsd-ports-gnome-9b7cb465c52d3c70106d95d88ba3c78d387263e6.tar.zst freebsd-ports-gnome-9b7cb465c52d3c70106d95d88ba3c78d387263e6.zip |
Upgrade to keynote 2.2 and take over maintainership
Approved by: se (previous maintainer)
Diffstat (limited to 'security/keynote/files')
-rw-r--r-- | security/keynote/files/patch-ac | 11 | ||||
-rw-r--r-- | security/keynote/files/patch-ad | 21 |
2 files changed, 32 insertions, 0 deletions
diff --git a/security/keynote/files/patch-ac b/security/keynote/files/patch-ac new file mode 100644 index 000000000000..86790f0f4278 --- /dev/null +++ b/security/keynote/files/patch-ac @@ -0,0 +1,11 @@ +--- Makefile.in.orig Mon Nov 29 11:36:21 1999 ++++ Makefile.in Fri Mar 24 19:22:32 2000 +@@ -41,7 +41,7 @@ + YACCFLAGS = -d -p kn -b k + LEXFLAGS2 = -Pkv -s -i + LEXFLAGS = -Cr -Pkn -s -i +-CFLAGS = -O2 -Wall # -g ++CFLAGS ?= -O2 -Wall # -g + RMFLAGS2 = -rf + RMFLAGS = -f + NROFFFLAGS = -mandoc diff --git a/security/keynote/files/patch-ad b/security/keynote/files/patch-ad new file mode 100644 index 000000000000..ec214e9b19ff --- /dev/null +++ b/security/keynote/files/patch-ad @@ -0,0 +1,21 @@ +--- configure.orig Wed Oct 20 22:04:39 1999 ++++ configure Fri Mar 24 19:38:46 2000 +@@ -1256,7 +1256,7 @@ + fi + + +-LIBS="-L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib\ ++LIBS="-L/usr/lib -L/usr/local/lib -L${OPENSSLLIB} -L/usr/ssl/lib -L/usr/openssl/lib\ + -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib" + + echo $ac_n "checking for floor in -lm""... $ac_c" 1>&6 +@@ -1421,7 +1421,8 @@ + + + CPPFLAGS="-I/usr/include -I/usr/local/include -I/usr/ssl/include\ +- -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include\ ++ -I/usr/local/ssl/include -I${OPENSSLINC}\ ++ -I/usr/openssl/include -I/usr/pkg/include\ + -I/usr/local/openssl/include -I/pkg/include" + + echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 |