mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
- Added scoring support PR: 64518 Submitted by: Ulrich Spoerlein (maintainer) Approved by: linimon (maintainer)
21 lines
709 B
Text
21 lines
709 B
Text
--- Makefile.am.orig Fri Oct 3 16:41:10 2003
|
|
+++ Makefile.am Fri Oct 3 16:42:27 2003
|
|
@@ -1,6 +1,6 @@
|
|
lib_LTLIBRARIES = libreal_random.la
|
|
|
|
-CFLAGS = $$(xmms-config --cflags) -O2
|
|
+CFLAGS = @CFLAGS@ $$(xmms-config --cflags)
|
|
libreal_random_la_SOURCES = real_random.c
|
|
libreal_random_la_LDFLAGS= -module -avoid-version -nostdlib -lpthread
|
|
|
|
--- Makefile.in.orig Fri Oct 3 16:39:36 2003
|
|
+++ Makefile.in Fri Oct 3 16:42:20 2003
|
|
@@ -82,7 +82,7 @@
|
|
|
|
lib_LTLIBRARIES = libreal_random.la
|
|
|
|
-CFLAGS = $$(xmms-config --cflags) -O2
|
|
+CFLAGS = @CFLAGS@ $$(xmms-config --cflags)
|
|
libreal_random_la_SOURCES = real_random.c
|
|
libreal_random_la_LDFLAGS = -module -avoid-version -nostdlib -lpthread
|
|
CCLD = "gcc -nostdlib"
|