1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/math/abs/files/patch-ab

12 lines
254 B
Plaintext
Raw Normal View History

--- Xpm/Makefile.orig Mon Jan 25 00:38:13 1999
+++ Xpm/Makefile Mon Jan 25 00:38:43 1999
@@ -16,7 +16,7 @@
#################################
### C Compiler
CC = cc
-CFLAGS = -O
+CFLAGS += -O -I$(X11BASE)/include
### C++ Compiler
CCC = xlC