freebsd-ports/graphics/libqglviewer/files/patch-QGLViewer.pro
2005-12-22 09:41:09 +00:00

15 lines
531 B
INI

--- QGLViewer.pro.orig Thu Dec 22 17:32:51 2005
+++ QGLViewer.pro Thu Dec 22 17:33:00 2005
@@ -79,9 +79,9 @@
# Adds a -P option so that "make install" as root creates files owned by root and links are preserved.
# This is not a standard option, and it may have to be removed on old Unix flavors.
- !hpux {
- QMAKE_COPY_FILE = $${QMAKE_COPY_FILE} -P
- }
+# !hpux {
+# QMAKE_COPY_FILE = $${QMAKE_COPY_FILE} -P
+# }
# Make much smaller libraries by removing debugging informations
QMAKE_CFLAGS_RELEASE -= -g