diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-03-29 20:26:00 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-03-29 20:26:00 +0000 |
commit | f8d3aa7183ff2cd6ad42a6fe1042f3e3a768808f (patch) | |
tree | 3f5d052487269cf4406c433800eff7050b28f8a6 /x11-wm/ion3/files/patch-system.mk | |
parent | update to 0.3.6 (diff) |
Update ion to the author's latest version (20010314).
PR: 26205
Submitted by: MAINTAINER
Diffstat (limited to '')
-rw-r--r-- | x11-wm/ion3/files/patch-system.mk | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/x11-wm/ion3/files/patch-system.mk b/x11-wm/ion3/files/patch-system.mk index b4356a1ab07f..45938ca823ed 100644 --- a/x11-wm/ion3/files/patch-system.mk +++ b/x11-wm/ion3/files/patch-system.mk @@ -1,5 +1,5 @@ ---- system.mk.orig Thu Dec 28 21:42:07 2000 -+++ system.mk Sun Jan 21 05:24:15 2001 +--- system.mk.orig Mon Mar 5 09:16:01 2001 ++++ system.mk Thu Mar 29 11:37:26 2001 @@ -7,13 +7,13 @@ ## Installation paths ## @@ -16,7 +16,15 @@ # Not used INCDIR=$(PREFIX)/include LIBDIR=$(PREFIX)/lib -@@ -23,7 +23,7 @@ +@@ -24,14 +24,14 @@ + ## + + #MODULE_SUPPORT=-DCF_NO_MODULE_SUPPORT +-MODULE_SUPPORT_LDFLAGS=-export-dynamic -ldl ++MODULE_SUPPORT_LDFLAGS=-export-dynamic + + + ## ## X libraries, includes and options ## @@ -25,7 +33,7 @@ # SunOS/Solaris #X11_PREFIX=/usr/openwin -@@ -78,8 +78,8 @@ +@@ -86,8 +86,8 @@ -Wparentheses -pedantic-errors -Wuninitialized @@ -36,7 +44,7 @@ ## -@@ -104,9 +104,9 @@ +@@ -112,9 +112,9 @@ ## # Should work almost everywhere @@ -47,3 +55,4 @@ +INSTALL=install -c INSTALLDIR=mkdir -p + |