1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Upgrade port to 0.04c, respect CFLAGS.

Approved by:	msmith (MAINTAINER)
This commit is contained in:
Bill Fumerola 1999-12-28 20:23:21 +00:00
parent d721b24892
commit 1b6d60b75e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24209
2 changed files with 12 additions and 1 deletions

View File

@ -1 +1 @@
MD5 (bottlerocket-0.04b.tar.gz) = bca9dacb4582b26eaa611149780cfb5a
MD5 (bottlerocket-0.04c.tar.gz) = 07e0c84456a826143d30ed8aa98c5499

View File

@ -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@