mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
14 lines
448 B
Text
14 lines
448 B
Text
|
|
$FreeBSD$
|
|
|
|
--- wmx11amp/Makefile.in 2001/11/26 17:58:25 1.1
|
|
+++ wmx11amp/Makefile.in 2001/11/26 17:59:44
|
|
@@ -88,7 +88,7 @@
|
|
|
|
bin_PROGRAMS = wmx11amp
|
|
|
|
-CFLAGS = -O2 -I$(top_builddir) -I$(top_srcdir) -DDATADIR=\"$(pkgdatadir)\" @GTK_CFLAGS@
|
|
+CFLAGS += -I$(top_builddir) -I$(top_srcdir) -DDATADIR=\"$(pkgdatadir)\" @GTK_CFLAGS@
|
|
LIBS = @GTK_LIBS@ $(top_builddir)/libx11amp/libx11amp.la
|
|
|
|
wmx11amp_SOURCES = getopt.c getopt1.c getopt.h wmx11amp.c
|