diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2012-02-18 06:43:30 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2012-02-18 06:43:30 +0800 |
commit | 3e87ddb9a3c8c1913d74c6236ff553033fef72b5 (patch) | |
tree | 1c54cfd27502ddf32b8c0187d3a0e214f7e25bb1 /finance/opentaxsolver/files/patch-src-GUI-Makefile.linux | |
parent | 7184ebb1be139bf059f42b307f2460e7f7869d0c (diff) | |
download | freebsd-ports-graphics-3e87ddb9a3c8c1913d74c6236ff553033fef72b5.tar.gz freebsd-ports-graphics-3e87ddb9a3c8c1913d74c6236ff553033fef72b5.tar.zst freebsd-ports-graphics-3e87ddb9a3c8c1913d74c6236ff553033fef72b5.zip |
- Update to 9.00
Files in redports work as expected
PR: ports/164875
Submitted by: John Hein <jhein@symmetricom.com> (maintainer)
Diffstat (limited to 'finance/opentaxsolver/files/patch-src-GUI-Makefile.linux')
-rw-r--r-- | finance/opentaxsolver/files/patch-src-GUI-Makefile.linux | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/finance/opentaxsolver/files/patch-src-GUI-Makefile.linux b/finance/opentaxsolver/files/patch-src-GUI-Makefile.linux new file mode 100644 index 00000000000..08d0a0010ee --- /dev/null +++ b/finance/opentaxsolver/files/patch-src-GUI-Makefile.linux @@ -0,0 +1,15 @@ +$FreeBSD$ +--- src/GUI/Makefile.linux.orig Fri Mar 31 22:16:19 2006 ++++ src/GUI/Makefile.linux Mon Feb 4 21:47:35 2008 +@@ -2,9 +2,9 @@ + + CFLAGS = + COPTIM = -O +-INCLUDE = -I/usr/X11R6/include +-LDPATH = -L/usr/X11R6/lib ++INCLUDE = ${CPPFLAGS} ++LDPATH = ${LDFLAGS} + LIBS = -lGLU -lGL -lXmu -lXext -lX11 -lm + + + ../../bin/ots_gui: |