mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
2d880fc89c
A free spreadsheet with a graphical user interface. PR: 9616 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
12 lines
254 B
Plaintext
12 lines
254 B
Plaintext
--- 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
|