mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
13 lines
268 B
Plaintext
13 lines
268 B
Plaintext
Index: TestAPI/Makefile
|
|
--- TestAPI/Makefile.orig
|
|
+++ TestAPI/Makefile
|
|
@@ -2,7 +2,7 @@
|
|
default: all
|
|
|
|
all:
|
|
- g++ -I../Dist/ *.cpp ../Dist/libfreeimage.a -o testAPI
|
|
+ $(CXX) -I../Dist/ *.cpp ../Dist/libfreeimage.a -o testAPI
|
|
|
|
clean:
|
|
rm -f *.o testAPI *.png *.tif
|