highlight/highlight-2.4-rpmoptflags.patch

12 lines
354 B
Diff
Raw Normal View History

2005-10-10 17:05:39 +00:00
--- highlight-2.4-2/highlight/makefile.rpx 2005-08-04 19:49:31.000000000 +0200
+++ highlight-2.4-2/highlight/makefile 2005-10-10 18:22:14.000000000 +0200
@@ -15,7 +15,7 @@
CXX=c++
-CFLAGS := -O2 -Wall -pedantic -DHL_DATA_DIR=\"${HL_DATA_DIR}\"
+CFLAGS := ${RPM_OPT_FLAGS} -DHL_DATA_DIR=\"${HL_DATA_DIR}\" -DUSE_FN_MATCH
2005-10-10 17:05:39 +00:00
LDFLAGS = -L/usr/lib -s