mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 06:19:19 -04:00
11 lines
283 B
Text
11 lines
283 B
Text
--- mplayerxp/nls/Makefile.orig Tue May 24 00:06:13 2005
|
|
+++ mplayerxp/nls/Makefile Tue Oct 3 01:28:34 2006
|
|
@@ -5,7 +5,7 @@
|
|
SRCS=recode.c
|
|
OBJS=$(SRCS:.c=.o)
|
|
|
|
-CFLAGS = $(OPTFLAGS) -I. -I.. -Wall
|
|
+CFLAGS = -I. -I.. $(OPTFLAGS) -Wall
|
|
# -I/usr/X11R6/include/
|
|
|
|
.SUFFIXES: .c .o
|