diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-15 11:20:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-15 11:20:32 +0000 |
commit | 525de03afa3de11be26bec1108c9f6721ca16577 (patch) | |
tree | 8640b018f8a610a23ffa65367a4e9e4a86a67e7c /x11-wm | |
parent | 84e6573457dc861b83bd5f496446c8fcee839e6d (diff) | |
download | ports-525de03afa3de11be26bec1108c9f6721ca16577.tar.gz ports-525de03afa3de11be26bec1108c9f6721ca16577.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ion-2/files/patch-system.mk | 19 | ||||
-rw-r--r-- | x11-wm/ion/files/patch-system.mk | 19 | ||||
-rw-r--r-- | x11-wm/ion3/files/patch-system.mk | 19 |
3 files changed, 54 insertions, 3 deletions
diff --git a/x11-wm/ion-2/files/patch-system.mk b/x11-wm/ion-2/files/patch-system.mk index 6c1a5f30f507..e08a035fd705 100644 --- a/x11-wm/ion-2/files/patch-system.mk +++ b/x11-wm/ion-2/files/patch-system.mk @@ -1,5 +1,5 @@ --- system.mk.orig Sat Jan 19 15:15:13 2002 -+++ system.mk Mon Apr 21 03:53:31 2003 ++++ system.mk Mon Mar 15 03:19:42 2004 @@ -7,13 +7,13 @@ ## Installation paths ## @@ -33,6 +33,23 @@ # SunOS/Solaris #X11_PREFIX=/usr/openwin +@@ -52,14 +52,14 @@ + # asprintf and vasprintf in the c library. (gnu libc has.) + # If HAS_SYSTEM_ASPRINTF is not defined, an implementation + # in libtu/sprintf_2.2/ is used. +-#HAS_SYSTEM_ASPRINTF=1 ++HAS_SYSTEM_ASPRINTF=1 + + + ## + ## C compiler + ## + +-CC=gcc ++CC?=gcc + + # The POSIX_SOURCE, XOPEN_SOURCE and WARN options should not be necessary, + # they're mainly for development use. So, if they cause trouble (not @@ -83,11 +83,11 @@ # have unused variables. WARN= -W -Wimplicit -Wreturn-type -Wswitch -Wcomment \ diff --git a/x11-wm/ion/files/patch-system.mk b/x11-wm/ion/files/patch-system.mk index 6c1a5f30f507..e08a035fd705 100644 --- a/x11-wm/ion/files/patch-system.mk +++ b/x11-wm/ion/files/patch-system.mk @@ -1,5 +1,5 @@ --- system.mk.orig Sat Jan 19 15:15:13 2002 -+++ system.mk Mon Apr 21 03:53:31 2003 ++++ system.mk Mon Mar 15 03:19:42 2004 @@ -7,13 +7,13 @@ ## Installation paths ## @@ -33,6 +33,23 @@ # SunOS/Solaris #X11_PREFIX=/usr/openwin +@@ -52,14 +52,14 @@ + # asprintf and vasprintf in the c library. (gnu libc has.) + # If HAS_SYSTEM_ASPRINTF is not defined, an implementation + # in libtu/sprintf_2.2/ is used. +-#HAS_SYSTEM_ASPRINTF=1 ++HAS_SYSTEM_ASPRINTF=1 + + + ## + ## C compiler + ## + +-CC=gcc ++CC?=gcc + + # The POSIX_SOURCE, XOPEN_SOURCE and WARN options should not be necessary, + # they're mainly for development use. So, if they cause trouble (not @@ -83,11 +83,11 @@ # have unused variables. WARN= -W -Wimplicit -Wreturn-type -Wswitch -Wcomment \ diff --git a/x11-wm/ion3/files/patch-system.mk b/x11-wm/ion3/files/patch-system.mk index 6c1a5f30f507..e08a035fd705 100644 --- a/x11-wm/ion3/files/patch-system.mk +++ b/x11-wm/ion3/files/patch-system.mk @@ -1,5 +1,5 @@ --- system.mk.orig Sat Jan 19 15:15:13 2002 -+++ system.mk Mon Apr 21 03:53:31 2003 ++++ system.mk Mon Mar 15 03:19:42 2004 @@ -7,13 +7,13 @@ ## Installation paths ## @@ -33,6 +33,23 @@ # SunOS/Solaris #X11_PREFIX=/usr/openwin +@@ -52,14 +52,14 @@ + # asprintf and vasprintf in the c library. (gnu libc has.) + # If HAS_SYSTEM_ASPRINTF is not defined, an implementation + # in libtu/sprintf_2.2/ is used. +-#HAS_SYSTEM_ASPRINTF=1 ++HAS_SYSTEM_ASPRINTF=1 + + + ## + ## C compiler + ## + +-CC=gcc ++CC?=gcc + + # The POSIX_SOURCE, XOPEN_SOURCE and WARN options should not be necessary, + # they're mainly for development use. So, if they cause trouble (not @@ -83,11 +83,11 @@ # have unused variables. WARN= -W -Wimplicit -Wreturn-type -Wswitch -Wcomment \ |