mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
8de923c672
* Fix error that caused Tk menu to only appear in plist when you DIDN'T want it * I love the soundtrack to this game PR: 50462 Submitted by: Mark Linimon <linimon@lonesome.com> Approved by: Gurkan Sengun <gurkan@linuks.mine.nu> (maintainer)
14 lines
506 B
Plaintext
14 lines
506 B
Plaintext
--- modify/Makefile.orig Sun Sep 22 21:03:26 2002
|
|
+++ modify/Makefile Tue Oct 22 19:33:49 2002
|
|
@@ -1,8 +1,8 @@
|
|
-CFLAGS = -Wall -ansi -pedantic -O2 -ffast-math -funroll-loops \
|
|
+CFLAGS += -Wall -ansi -pedantic -ffast-math -funroll-loops \
|
|
-Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNDEBUG \
|
|
- -I. -I.. -DUSE_NET -D_BSD_SOURCE
|
|
-LIBS = -lm
|
|
+ -I. -I.. -D_BSD_SOURCE
|
|
+LIBS += -lm
|
|
SRCS = gobpack.c jnbpack.c jnbunpack.c
|
|
OBJS = gobpack.o jnbpack.o jnbunpack.o
|
|
TARGETS = ../gobpack ../jnbpack ../jnbunpack
|