diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-12-29 04:23:21 +0800 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-12-29 04:23:21 +0800 |
commit | 1b6d60b75e0ec5328cd1fa314c1a9444fdddb27e (patch) | |
tree | 12628e43592ee5bf82eaea658c975e3e6d3bf418 /misc/bottlerocket | |
parent | d721b24892fd467f752282412e5973d40c51c402 (diff) | |
download | freebsd-ports-gnome-1b6d60b75e0ec5328cd1fa314c1a9444fdddb27e.tar.gz freebsd-ports-gnome-1b6d60b75e0ec5328cd1fa314c1a9444fdddb27e.tar.zst freebsd-ports-gnome-1b6d60b75e0ec5328cd1fa314c1a9444fdddb27e.zip |
Upgrade port to 0.04c, respect CFLAGS.
Approved by: msmith (MAINTAINER)
Diffstat (limited to 'misc/bottlerocket')
-rw-r--r-- | misc/bottlerocket/distinfo | 2 | ||||
-rw-r--r-- | misc/bottlerocket/files/patch-aa | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/misc/bottlerocket/distinfo b/misc/bottlerocket/distinfo index 6daa63a29d8e..6b274790d6bf 100644 --- a/misc/bottlerocket/distinfo +++ b/misc/bottlerocket/distinfo @@ -1 +1 @@ -MD5 (bottlerocket-0.04b.tar.gz) = bca9dacb4582b26eaa611149780cfb5a +MD5 (bottlerocket-0.04c.tar.gz) = 07e0c84456a826143d30ed8aa98c5499 diff --git a/misc/bottlerocket/files/patch-aa b/misc/bottlerocket/files/patch-aa new file mode 100644 index 000000000000..c8b7b83a9f64 --- /dev/null +++ b/misc/bottlerocket/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.old Tue Dec 28 15:12:47 1999 ++++ Makefile.in Tue Dec 28 15:12:59 1999 +@@ -23,7 +23,7 @@ + + CFLAGS = @CFLAGS@ + +-CFLAGS += -I. -Wall -O2 -DX10_PORTNAME=\"@X10PORT@\" ++CFLAGS += -I. -Wall -DX10_PORTNAME=\"@X10PORT@\" + DEFS=@DEFS@ + LIBS=@LIBS@ + INSTALL= @INSTALL@ |