mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
3d2066e576
- switch to bz2 distfile - ECHO -> ECHO_MSG PR: 52043 Submitted by: Ports Fury
21 lines
592 B
Plaintext
21 lines
592 B
Plaintext
--- test/gsif/Makefile.orig Tue Jan 30 16:38:07 2001
|
|
+++ test/gsif/Makefile Fri May 16 17:09:57 2003
|
|
@@ -20,7 +20,7 @@
|
|
#-----------------------------------------------------------------------------#
|
|
INCLUDES = -I../../lib/include
|
|
|
|
-CFLAGS = -O2 -DDEBUG -g -Wall
|
|
+CFLAGS += -Wall -DDEBUG
|
|
|
|
ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS)
|
|
|
|
@@ -40,7 +40,7 @@
|
|
DEPEND = .depend
|
|
|
|
CURRENT_GSI_LIBS= -L../../lib/gsif
|
|
-LIBS = $(CURRENT_GSI_LIBS) -L/usr/local/lib -lgsif
|
|
+LIBS = $(CURRENT_GSI_LIBS) -lgsif
|
|
|
|
|
|
#-----------------------------------------------------------------------------#
|