diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-12-28 20:23:21 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-12-28 20:23:21 +0000 |
commit | 1b6d60b75e0ec5328cd1fa314c1a9444fdddb27e (patch) | |
tree | 12628e43592ee5bf82eaea658c975e3e6d3bf418 /misc/bottlerocket/files/patch-aa | |
parent | Make __pthread_attr_init() pthread_attr_init(). (diff) |
Upgrade port to 0.04c, respect CFLAGS.
Approved by: msmith (MAINTAINER)
Diffstat (limited to '')
-rw-r--r-- | misc/bottlerocket/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
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@ |