diff options
author | vs <vs@FreeBSD.org> | 2005-04-27 16:51:20 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-27 16:51:20 +0800 |
commit | 12a046adf7255abc19f7af8225c26a86a8723525 (patch) | |
tree | f708977e8ffb6bd5397c1bbba35452466355155a /www/htdump/files | |
parent | 23a871974c1910b405c1746e40e3eb532a9f793f (diff) | |
download | freebsd-ports-gnome-12a046adf7255abc19f7af8225c26a86a8723525.tar.gz freebsd-ports-gnome-12a046adf7255abc19f7af8225c26a86a8723525.tar.zst freebsd-ports-gnome-12a046adf7255abc19f7af8225c26a86a8723525.zip |
Use PLIST_FILES, OPTIONS, MAKE_ARGS
Diffstat (limited to 'www/htdump/files')
-rw-r--r-- | www/htdump/files/patch-aa | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/htdump/files/patch-aa b/www/htdump/files/patch-aa index 7efabae7b018..1c3cbc937922 100644 --- a/www/htdump/files/patch-aa +++ b/www/htdump/files/patch-aa @@ -1,17 +1,5 @@ --- Makefile.orig Wed Dec 20 00:26:47 2000 +++ Makefile Sun Jul 6 20:19:19 2003 -@@ -5,10 +5,8 @@ - # - # - --CFLAGS = -O4 -m486 -Wall #-funsigned-char -Wshadow -Wmissing-prototypes -Wmissing-declarations -Winline - PROGS = htdump --LFLAGS = -s #-static --CC = cc -+LFLAGS = -s ${LDFLAGS} - - # Nothing should have to change beneath this line - @@ -26,15 +24,15 @@ ssl: $(OBJS) socket-ssl.o |