mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
11 lines
319 B
Text
11 lines
319 B
Text
--- spatd/Makefile.in 2000/10/31 11:38:24 1.1
|
|
+++ spatd/Makefile.in 2000/10/31 11:39:48
|
|
@@ -124,7 +124,7 @@
|
|
|
|
|
|
DEFS = @DEFS@ -I. -I$(srcdir) -I..
|
|
-CPPFLAGS = @CPPFLAGS@
|
|
+CPPFLAGS = @CPPFLAGS@ -DPREFIX=\"@prefix@\"
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBS = @LIBS@
|
|
spatd_OBJECTS = main.o support.o interface.o callbacks.o prefs.o
|